home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
SHARED.DIR
/
00545_Script_545
< prev
next >
Wrap
Text File
|
1995-06-01
|
607b
|
18 lines
on MiniMenuInAWindow
global MiniMenuWindow
if objectP(MiniMenuWindow) then
forget MiniMenuWindow
end if
set horzOrigin to the stageleft + 68
set vertOrigin to the stageTop + 78
set myWindowRect to rect(horzOrigin,vertOrigin, horzOrigin + 192, vertOrigin + 192)
set MiniMenuWindow to window "Tune In Menu"
set the rect of MiniMenuWindow to myWindowRect
set the filename of MiniMenuWindow to "MINIMENU.DIR"
set the titleVisible of MiniMenuWindow to true
set the modal of MiniMenuWindow to true
set the windowtype of MiniMenuWindow to 16
open MiniMenuWindow
end